Merge branch 'master' of git.xfoto.com.cn:Kodo/kodosale

huangqimin 5 lat temu
rodzic
commit
7520d7ab12
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      kodosale/settings.py

+ 1 - 1
kodosale/settings.py

@@ -231,7 +231,7 @@ SIMDITOR_TOOLBAR = [
231 231
 SIMDITOR_CONFIGS = {
232 232
     'toolbar': SIMDITOR_TOOLBAR,
233 233
     'upload': {
234
-        'url': '/simditor/upload',
234
+        'url': '/simditor/upload/',
235 235
         'fileKey': 'upload',
236 236
         'image_size': 1024 * 1024 * 4  # max image size 4MB
237 237
     },